home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if the timer < 310 then
- if the loaded of member "scientistcloud" = 0 then
- preloadMember("scientistcloud")
- end if
- if the loaded of member "watson" = 0 then
- preloadMember("watson")
- end if
- if the loaded of member "crick" = 0 then
- preloadMember("crick")
- end if
- if the loaded of member "dnahelix" = 0 then
- preloadMember("dnahelix")
- end if
- go(the frame)
- else
- go(the frame + 1)
- end if
- end
-
- on mouseUp
- go(110)
- end
-